|
|
@ -9,7 +9,7 @@ namespace Fungus |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// Misc string formatting functions. |
|
|
|
/// Misc string formatting functions. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public class StringFormatter |
|
|
|
public static class StringFormatter |
|
|
|
{ |
|
|
|
{ |
|
|
|
public static string[] FormatEnumNames(Enum e, string firstLabel) |
|
|
|
public static string[] FormatEnumNames(Enum e, string firstLabel) |
|
|
|
{ |
|
|
|
{ |
|
|
|