Table of Contents

Method TranslateDatePicture

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

TranslateDatePicture(string)

Translates a Word date/time picture into a .NET custom date format string.

public static string TranslateDatePicture(string picture)

Parameters

picture string

The Word picture.

Returns

string

The .NET format string.

Exceptions

ArgumentNullException

picture is null.