MatrixToString 方法 (IFormatProvider) |
Creates a string representation of this object based on the IFormatProvider
passed in. If the provider is null, the CurrentCulture is used.
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public string ToString(
IFormatProvider provider
)
参数
- provider
- 类型:SystemIFormatProvider
[缺少 "M:CPF.Drawing.Matrix.ToString(System.IFormatProvider)" 的 <param name="provider"/> 文档]
返回值
类型:
String
A string representation of this object.
参见