Ariadne.Strings.CantCastNullToValueType C# (CSharp) Метод

CantCastNullToValueType() публичный статический Метод

public static CantCastNullToValueType ( Type type ) : string
type System.Type
Результат string
        public static string CantCastNullToValueType(Type type)
        {
            return string.Format(CultureInfo.CurrentCulture, RM.GetString("Cant_Cast_Null_To_Value_Type"), type.FullName);
        }