Strings

References

 

Date Formatting (V8)

Ensure where ever a date is displayed to the user that it is done according to system setup / user preference:

public string CurrentDate
{
    get
    {
        return DateTime.Now.ToDateTime_Format();
    }
}

TODO : ToSafeString?

Any other extensions we can use/expand on

 


Revision #4
Created 17 September 2020 01:48:04 by Theuns Pretorius
Updated 1 October 2020 05:05:30 by Theuns Pretorius