Click or drag to resize

MonthYearToString(String, IFormatProvider) Method

[Missing <summary> documentation for "M:com.b2bits.FIXAntenna.TimeDate.MonthYear.ToString(System.String,System.IFormatProvider)"]


Namespace: com.b2bits.FIXAntenna.TimeDate
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format  String

[Missing <param name="format"/> documentation for "M:com.b2bits.FIXAntenna.TimeDate.MonthYear.ToString(System.String,System.IFormatProvider)"]

formatProvider  IFormatProvider

[Missing <param name="formatProvider"/> documentation for "M:com.b2bits.FIXAntenna.TimeDate.MonthYear.ToString(System.String,System.IFormatProvider)"]

Return Value

String

[Missing <returns> documentation for "M:com.b2bits.FIXAntenna.TimeDate.MonthYear.ToString(System.String,System.IFormatProvider)"]

Implements

IFormattableToString(String, IFormatProvider)
See Also