|
|
|
@ -20,7 +20,7 @@ namespace GBase.Helpers |
|
|
|
/// Convert an <see cref="IEnumerable"/> to a GBase <see cref="string"/> |
|
|
|
/// Convert an <see cref="IEnumerable"/> to a GBase <see cref="string"/> |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
/// <param name="enumerable">The <see cref="IEnumerable"/></param> |
|
|
|
/// <param name="enumerable">The <see cref="IEnumerable"/></param> |
|
|
|
/// <returns></returns> |
|
|
|
/// <returns>The converted <see cref="IEnumerable"/> as a GBase <see cref="string"/></returns> |
|
|
|
public static string ToGBaseString(this IEnumerable enumerable) |
|
|
|
public static string ToGBaseString(this IEnumerable enumerable) |
|
|
|
{ |
|
|
|
{ |
|
|
|
StringBuilder @string = new StringBuilder(); |
|
|
|
StringBuilder @string = new StringBuilder(); |
|
|
|
|