Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfLang Class / Implicit Type Conversion Operator / Implicit Type Conversion(PdfLang,String) Operator

In This Topic
    Implicit Type Conversion(PdfLang,String) Operator
    In This Topic
    Converts a System.String value to PdfLang.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.String _
    ) As PdfLang
    public PdfLang operator implicit( 
       System.string value
    )

    Parameters

    value
    See Also