Click or drag to resize
weroSoft AG, Software
PersistenceConvertConvertSerializable Method (DateTime)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Converts a date time value into a culture invariant string.

Namespace:  WeroSoft.Core
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string ConvertSerializable(
	this DateTime value
)

Parameters

value
Type: SystemDateTime
The value to convert.

Return Value

Type: String
String which contains the value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DateTime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also