VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class / Implicit(String) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(String) Operator (DrawingString)
    In This Topic
    Performs an implicit conversion from System.String to DrawingString.
    Syntax
    'Declaration
    
    Public Operator Widening CType( _
    ByVal text
    The text to convert.
    As System.String _
    ) As DrawingString
    public DrawingString operator implicit(
    System.String text
    )
    public: DrawingString* op_Implicit(
    System.String text
    )
    public:
    DrawingString^ operator implicit(
    System.String text
    )

    Parameters

    text
    The text to convert.

    Return Value

    Converted drawing string.
    Requirements

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

    See Also