Class Part21Formatter
Inheritance
System.Object
Part21Formatter
Implements
System.IFormatProvider
System.ICustomFormatter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO.Step21
Assembly: Xbim.Common.dll
Syntax
public class Part21Formatter : IFormatProvider, ICustomFormatter
Methods
| Improve this Doc View SourceFormat(String, Object, IFormatProvider)
Declaration
public string Format(string fmt, object arg, IFormatProvider formatProvider)
Parameters
Type | Name | Description |
---|---|---|
System.String | fmt | |
System.Object | arg | |
System.IFormatProvider | formatProvider |
Returns
Type | Description |
---|---|
System.String |
GetFormat(Type)
Declaration
public object GetFormat(Type formatType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | formatType |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IFormatProvider
System.ICustomFormatter