VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextShaper Class / TryConvertLogicalToVisually(String,KeyValuePair<String,String>[]) Method
Syntax Requirements SeeAlso
In This Topic
    TryConvertLogicalToVisually(String,KeyValuePair<String,String>[]) Method (TextShaper)
    In This Topic
    Converts the logical character representation to the visual character representation.
    Syntax
    'Declaration
    
    Public Shared Function TryConvertLogicalToVisually( _
    ByVal text
    The text.
    As System.String, _
    ByRef logicalToVisualText
    The 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.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also