Skip to content

Commit ca318d1

Browse files
committed
Added docs
1 parent ba6b4ec commit ca318d1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/site/articles/getting_started.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@ Prints:
3636
> Hello dear World!
3737
0.3
3838

39-
[Here](https://dotnetfiddle.net/wM5r0q) an interactive example where you can fiddle around with the library. The example is hosted on [https://dotnetfiddle.net/](https://dotnetfiddle.net/wM5r0q) and already has the `ValueStringBuilder` nuget package included in the latest version.
39+
[Here](https://dotnetfiddle.net/wM5r0q) an interactive example where you can fiddle around with the library. The example is hosted on [https://dotnetfiddle.net/](https://dotnetfiddle.net/wM5r0q) and already has the `ValueStringBuilder` nuget package included in the latest version.
40+
41+
## Helper methods
42+
There are also very easy to use helper methods, which doesn't need a `ValueStringBuilder` instance:
43+
```csharp
44+
using LinkDotNet.StringBuilder;
45+
46+
string helloWorld = ValueStringBuilder.Concat("Hello World!", 101);
47+
```

0 commit comments

Comments
 (0)