RichEditTextRange.GetCharacterUtf32(UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the Unicode Transformation Format (UTF)-32 character code of the character at the specified offset from the end of the text range.
public:
virtual void GetCharacterUtf32([Out] unsigned int & value, int offset) = GetCharacterUtf32;
void GetCharacterUtf32([Out] uint32_t & value, int const& offset);
public void GetCharacterUtf32(out uint value, int offset);
Public Sub GetCharacterUtf32 (ByRef value As UInteger, offset As Integer)
Parameters
- value
-
UInt32
unsigned int
uint32_t
The character value.
- offset
-
Int32
int
The offset from the end of the text range.
Implements
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(System.UInt32@,System.Int32)
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(unsigned int@,int)
M:Windows.UI.Text.ITextRange.GetCharacterUtf32(uint32_t@,int)