EvaluatorHelper.GetPropertyAndNamespace(String) Method

Definition

Return the namespace name of a value

public:
[System::Runtime::CompilerServices::Extension]
 static Tuple<System::String ^, System::String ^> ^ GetPropertyAndNamespace(System::String ^ value);
public static Tuple<string,string> GetPropertyAndNamespace (this string value);
static member GetPropertyAndNamespace : string -> string * string
<Extension()>
Public Function GetPropertyAndNamespace (value As String) As Tuple(Of String, String)

Parameters

value
String

Value in the form of namespace.value

Returns

Info of namespace and name

Applies to