{CompanyName} FlexyGo

UserSecurityConfig..::..ReplaceVars Method

Replaces a string with default var tokens with the users actual value abcd{currentUser} would be abcd12

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public string ReplaceVars(
	string Str
)
Public Function ReplaceVars ( _
	Str As String _
) As String

Parameters

Str
Type: String
A string containing items to replace.

Return Value

System.String. with replaced items