Check if the string is a valid global alias

Namespace: Ico.SharedLibrary.FwxClientManagement.Aliases
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static bool IsValidAlias(
	string str
)
Visual Basic
Public Shared Function IsValidAlias ( _
	str As String _
) As Boolean
JScript
public static function IsValidAlias(
	str : String
) : boolean

Parameters

str
Type: System..::..String

See Also