DateAndOrTimeAsString Method

Converts the encapsulated data to a String.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public abstract string AsString(
	IFormatProvider? formatProvider = null
)

Parameters

formatProvider  IFormatProvider  (Optional)
An object that supplies culture-specific formatting information, or null for CurrentCulture.

Return Value

String
The encapsulated data as String.

Remarks

If the encapsulated value is a String, formatProvider is ignored.

See Also