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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool CheckName(
	ref string name,
	bool throwException
)
Public Shared Function CheckName ( _
	ByRef name As String, _
	throwException As Boolean _
) As Boolean
public:
static bool CheckName(
	String^% name, 
	bool throwException
)

Parameters

name
String %
throwException
Boolean

Exceptions

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

See Also