StringUtilConvertUnicodeEscapes Method |
Convert all unicode escape sequences in the specified string that represent letters or digits into chars.
Namespace:
Nova.Utilities
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string ConvertUnicodeEscapes(
string source
)
Parameters
- source
- Type: SystemString
The string to be converted.
Return Value
Type:
StringA new string with unicode escapes converted to chars.
See Also