| ZennoLab.Macros Assembly > ZennoLab.Macros Namespace > TextProcessing Class : ToChar Method |
Type: System.String
Source string.
public static string ToChar( string sourceString )
Type: System.String
Source string.
Type: System.String
A Unicode character that is equivalent to the integer value in sourceString.
// convert to char string c = Macros.TextProcessing.ToChar("45");
// convert to char $c = Macros::TextProcessing::ToChar("45");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.