FormatAttribute

FormatAttribute(string)

Creates Format attribute with given property Name

public FormatAttribute(string propertyName)
Parameter Type Description
propertyName String The name of property

See Also


FormatAttribute(string, string)

Creates Format attribute with given property Name

public FormatAttribute(string propertyName, string propertyFormat)
Parameter Type Description
propertyName String The name of property
propertyFormat String The format of property

See Also