DateTimeRange.ToString(String, IFormatProvider) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
format | String |
provider | IFormatProvider |
Returns
Type |
---|
String |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
public string ToString(
string format,
IFormatProvider provider
)
Public Function ToString(
format As String,
provider As IFormatProvider
) As String
Name | Type |
---|---|
format | String |
provider | IFormatProvider |
Type |
---|
String |
No
Your feedback is appreciated.