Class ExVectorFormatter
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
(ExType) Format provider for extended type vectors (扩展类型向量的格式提供者).
public class ExVectorFormatter : IFormatProvider, ICustomFormatter
- Inheritance
-
ExVectorFormatter
- Implements
- Inherited Members
Constructors
- ExVectorFormatter()
Create ExVectorFormatter.
- ExVectorFormatter(IFormatProvider?)
Create ExVectorFormatter, with nextProvider params.
Fields
- Instance
Global Instance (全局实例).
Properties
- NextProvider
Next format provider (下一个格式提供者).
Methods
- Format(string?, object?, IFormatProvider?)
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
- Format_Dynamic(string?, object, IFormatProvider)
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
- Format_Reflection(string?, object, IFormatProvider)
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
- GetFormat(Type?)
Returns an object that provides formatting services for the specified type.