Determines if a String is an ID or not.
Namespace:
FileNet.Api.UtilAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsId ( _ val As String _ ) As Boolean |
C# |
---|
public static bool IsId( string val ) |
Visual C++ |
---|
public: static bool IsId( String^ val ) |
JavaScript |
---|
FileNet.Api.Util.Id.isId = function(val); |
Parameters
- val
- Type: System..::.String
The String to verify.