WorkflowPageGetUnicodeStringRepresentation 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: 8.0.5.0 (8.0.5.20210818)
Syntax public string GetUnicodeStringRepresentation(
string s
)
Public Function GetUnicodeStringRepresentation (
s As String
) As String
Parameters
- s
- Type: SystemString
String to convert
Return Value
Type:
StringUnicode representation string
See Also