ArcFM Desktop Developer Guide
ToEsriGuid Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

guid to convert
Returns a string representation of a GUID that matches the ESRI format
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function ToEsriGuid( _
   ByVal guid As Guid _
) As String
'Usage
 
Dim guid As Guid
Dim value As String
 
value = SystemExtensions.ToEsriGuid(guid)
[Extension()]
public static string ToEsriGuid( 
   Guid guid
)

Parameters

guid
guid to convert

Return Value

Returns a string representation of a GUID that matches the ESRI format
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

SystemExtensions Class
SystemExtensions Members

 

 


Send Comment