SizeToString Method (IFormatProvider)
|
Convert the Size to a human readable string
such as 'W=10; H=20'.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public string ToString(
IFormatProvider format
)
Public Function ToString (
format As IFormatProvider
) As String
member ToString :
format : IFormatProvider -> string
Parameters
- format
- Type: SystemIFormatProvider
Return Value
Type:
String
A string representation of the Pont.
See Also