'Declaration Public Shared Function TryConvertLogicalToVisually( _
ByVal textThe text.As System.String, _
ByRef logicalToVisualTextThe processed result.As System.Collections.Generic.KeyValuePair(Of String,String) _
) As Boolean
public static bool TryConvertLogicalToVisually(
System.String text,
out System.Collections.Generic.KeyValuePair<string,string> logicalToVisualText
)
public: static bool TryConvertLogicalToVisually(
System.String text,
[PARAMFLAG::Out] System.Collections.Generic.KeyValuePair<string,string*>* logicalToVisualText
)
public:
static bool TryConvertLogicalToVisually(
System.String text,
[Out] System.Collections.Generic.KeyValuePair<string,string^>^ logicalToVisualText
)
Parameters
- text
- The text.
- logicalToVisualText
- The processed result.
Return Value
True if text is processed; otherwise, false.