InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / FontSubSet Class / GetDefaultBytes Method

In This Topic
    GetDefaultBytes Method (FontSubSet)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDefaultBytes( _
       ByVal text As String _
    ) As Byte()
    public static byte[] GetDefaultBytes( 
       string text
    )

    Parameters

    text
    See Also