fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Create ExtensionMethod: string append_DateTime(this string target) #15

Open DinisCruz opened 10 years ago

DinisCruz commented 10 years ago

With the idea being to add the current timestamp to the provided target value. See add_5_RandomLetters for an similar method

Other variations to created