Click or drag to resize

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
C#
public static string ConvertUnicodeEscapes(
	string source
)

Parameters

source
Type: SystemString
The string to be converted.

Return Value

Type: String
A new string with unicode escapes converted to chars.
See Also