EntityExtension.ToEntityID Method

Converts a string to an Entity ID Format of the string must be {iD}_{ServerID} (e.g. 7_1)
<Extension()> _ 
Public Shared Function ToEntityID( _ 
ByVal id_str As String
) As EntityID
This language is not supported or no code example is available.
public static EntityID ToEntityID( 
this string id_str 
)
This language is not supported or no code example is available.
[Extension()] 
public:  
static EntityID^ ToEntityID( 
String^ id_str 
)
This language is not supported or no code example is available.
public  
Extension() 
static function ToEntityID( 
id_str : String 
) : EntityID;
This language is not supported or no code example is available.

Parameters

id_str
string

<default>

Return Value

EntityID

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition