StringHelperGetUnicodeStringRepresentation Method |
Convert provided string to its unicode representation (i.e.: \u0012\u0025)
Namespace:
WorkflowGen.My.Web.UI.WebForms
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public static string GetUnicodeStringRepresentation(
string s
)
Public Shared Function GetUnicodeStringRepresentation (
s As String
) As String
Parameters
- s
- Type: SystemString
String to convert
Return Value
Type:
StringUnicode representation string
See Also