ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / ToSJIS Method

In This Topic
    ToSJIS Method (CharHelper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ToSJIS( _
       ByVal c As Char _
    ) As Char
    public static char ToSJIS( 
       char c
    )

    Parameters

    c
    See Also