Click or drag to resize

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.2.0 (8.0.2.20210618)
Syntax
public string GetUnicodeStringRepresentation(
	string s
)

Parameters

s
Type: SystemString
String to convert

Return Value

Type: String
Unicode representation string
See Also