Constructs an ID with a string representing its GUID value. Valid strings can have curly braces on either end or not, but they must consist of 8 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, 4 hexadecimal characters, a dash, and 12 hexadecimal characters. For example:
![]() | |
---|---|
{1234abcd-56ef-7a89-9fe8-7d65cd43ba21} |
Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal id As String _ ) |
C# |
---|
public Id( string id ) |
C++ |
---|
public: Id( String id ) sealed |
J# |
---|
public Id( string id ) |
JScript |
---|
public function Id( id : String ) |
Parameters
- id
- A GUID value in
format from which to construct an ID.String