ButtonIconSet.ConvertUInt32ToUnicodeCharString(UInt32) 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.
Converts a uint code to a string (used to convert TextMeshPro codes into a string for text fields).
public:
static System::String ^ ConvertUInt32ToUnicodeCharString(System::UInt32 unicode);
public static string ConvertUInt32ToUnicodeCharString (uint unicode);
static member ConvertUInt32ToUnicodeCharString : uint32 -> string
Public Shared Function ConvertUInt32ToUnicodeCharString (unicode As UInteger) As String
Parameters
- unicode
- UInt32