UtilStringConvertToUnicodeLetters(String, UnicodeAlphabeticCharacterSets) Method
Converts the alphabetic characters in the input string to their corresponding
Unicode representations based on the specified character set.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- input String
-
The input string to convert.
- charSet UnicodeAlphabeticCharacterSets
-
The Unicode character set to use for the character conversion.
String
The input string with alphabetic characters replaced by their Unicode counterparts.