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);
        }