Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public static string GetUnicodeStringRepresentation(
	string s
)

Parameters

s
Type: SystemString
String to convert

Return Value

Type: String
Unicode representation string
See Also