ArcFM Engine Developer Guide
Parse(String) Method


The string to parse.
Parses the specified string into a FeatureID instance.
Syntax
'Declaration
 
Public Overloads Shared Function Parse( _
   ByVal s As String _
) As FeatureID
'Usage
 
Dim s As String
Dim value As FeatureID
 
value = FeatureID.Parse(s)
public static FeatureID Parse( 
   string s
)

Parameters

s
The string to parse.

Return Value

A FeatureID instance.
Exceptions
ExceptionDescription
System.FormatExceptions is not a format that can be converted to a non-global object identifier.
System.ArgumentNullExceptions is null.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureID Class
FeatureID Members
Overload List

 

 


Send Comment