C# Class System.Windows.Forms.RTF.StandardCharName

Show file Open project: emclient/mac-playground

Public Properties

Property Type Description
Names string[]

Public Methods

Method Description
ID ( string name ) : int

Lookup ID by name (e.g. mathtilde)

Name ( int index ) : string

Lookup name by ID

Method Details

ID() public static method

Lookup ID by name (e.g. mathtilde)
public static ID ( string name ) : int
name string
return int

Name() public static method

Lookup name by ID
public static Name ( int index ) : string
index int
return string

Property Details

Names public static property

public static string[] Names
return string[]