| StringHelperGetUnicodeStringRepresentation Method  | 
            Convert provided string to its unicode representation (i.e.: \u0012\u0025)
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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