UtilStringConvertToUnicodeLetters(String, UnicodeAlphanumericCharacterSets) Method

Converts the alphanumeric characters in the input string to their corresponding Unicode representations based on the specified character set.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ConvertToUnicodeLetters(
	string input,
	UnicodeAlphanumericCharacterSets charSet
)

Parameters

input  String
The input string to convert.
charSet  UnicodeAlphanumericCharacterSets
The Unicode character set to use for the character conversion.

Return Value

String
The input string with alphanumeric characters replaced by their Unicode counterparts.

See Also