IsValid Data Member Function

Returns true if the GUID is numerically valid. Note that this does not mean that the GUID is unique.

Prototype

static int32 IsValid( string p_sGuid )

Parameters

Parameter Type Parameter Name Documentation
stringp_sGuidA string containing the GUID you wish to validate.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.