ArcFM Responder Mobile Developer Guide
ToEsriGuid Method






guid to convert
Returns a string representation of a GUID that matches the ESRI format
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function ToEsriGuid( _
   ByVal guid As System.Guid _
) As System.String
'Usage
 
Dim guid As System.Guid
Dim value As System.String
 
value = SystemExtensions.ToEsriGuid(guid)
[System.Runtime.CompilerServices.Extension()]
public static System.string ToEsriGuid( 
   System.Guid guid
)
public function ToEsriGuid( 
    guid: System.Guid
): System.String; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function ToEsriGuid( 
   guid : System.Guid
) : System.String;
[System.Runtime.CompilerServices.Extension()]
public: static System.string* ToEsriGuid( 
   System.Guid guid
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.String^ ToEsriGuid( 
   System.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 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

SystemExtensions Class
SystemExtensions Members

Send Feedback