[This is preliminary documentation and is subject to change.]

Returns validated name or throws exception.

Namespace:  Phoenix.Runtime
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string CheckName(
	string name
)
Public Shared Function CheckName ( _
	name As String _
) As String
public:
static String^ CheckName(
	String^ name
)

Parameters

name
String
String to validate.

Return Value

Validated lower-case name.

Exceptions

ExceptionCondition
Phoenix.Runtime..::.RuntimeExceptionName containes some invalid characters.

See Also