Class FormatHelper
Inheritance
System.Object
FormatHelper
Assembly: Steeltoe.Common.Expression.dll
public static class FormatHelper : object
Methods
|
Edit this page
View Source
Declaration
public static string FormatClassNameForMessage(Type clazz)
Parameters
Type |
Name |
Description |
Type |
clazz |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public static string FormatMethodForMessage(string name, IList<Type> argumentTypes)
Parameters
Type |
Name |
Description |
System.String |
name |
|
IList<Type> |
argumentTypes |
|
Returns
Type |
Description |
System.String |
|