JAMS Developer Guide
IsValid Method (PathName)


MVPSI.JAMS Namespace > PathName Class : IsValid Method
Name to be evaluated.
Validates that a string is a valid symbol name.
Syntax
'Declaration
 
Public Shared Function IsValid( _
   ByVal name As System.String _
) As System.Boolean
'Usage
 
Dim name As System.String
Dim value As System.Boolean
 
value = PathName.IsValid(name)
public static System.bool IsValid( 
   System.string name
)

Parameters

name
Name to be evaluated.

Return Value

True if this name is valid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PathName Class
PathName Members