'宣言 Public Shared Function FontToString( _ ByVal font As System.Drawing.Font _ ) As System.String
'使用法 Dim font As System.Drawing.Font Dim value As System.String value = Util.FontToString(font)
public static System.string FontToString( System.Drawing.Font font )
パラメータ
- font