'宣言 Public Shared Function GetDefaultBytes( _ ByVal text As System.String _ ) As System.Byte()
'使用法 Dim text As System.String Dim value() As System.Byte value = FontSubSet.GetDefaultBytes(text)
public static System.byte[] GetDefaultBytes( System.string text )
パラメータ
- text