DateAndOrTimeAsString Method

Converts the encapsulated data to a String.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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