'宣言 Public Overloads Shared Function GetString( _ ByVal mi As System.Reflection.MethodBase, _ ByVal defaultValue As System.String _ ) As System.String
'使用法 Dim mi As System.Reflection.MethodBase Dim defaultValue As System.String Dim value As System.String value = StringsManager.GetString(mi, defaultValue)
public static System.string GetString( System.Reflection.MethodBase mi, System.string defaultValue )
パラメータ
- mi
- defaultValue