{CompanyName} FlexyGo

Utilities..::..JSStrToObject Method

Converts defaults string to Js object.

Namespace:  FLEXYGO.Web
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string JSStrToObject(
	string Str
)
Public Shared Function JSStrToObject ( _
	Str As String _
) As String

Parameters

Str
Type: String
The string to convert. ex. TypeId=4|name='x'

Return Value

Javascript object string ex. {TypeId:4,name:'x'}