Method GetRomanization
GetRomanization(String)
Romanize katakana with modified hepburn
Declaration
public static string GetRomanization(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.String |
GetRomanization(StringBuilder, String)
Romanize katakana with modified hepburn
Declaration
public static void GetRomanization(StringBuilder builder, string s)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | builder | |
System.String | s |