| File: src\runtime\artifacts\obj\System.Runtime.Numerics\Release\net11.0\System.SR.cs | |
| Project: src\runtime\src\libraries\System.Runtime.Numerics\src\System.Runtime.Numerics.csproj (System.Runtime.Numerics) |
// <auto-generated> using System.Reflection; namespace FxResources.System.Runtime.Numerics { internal static class SR { } } namespace System { internal static partial class SR { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Runtime.Numerics.SR))); /// <summary>The number style AllowHexSpecifier is not supported on floating point data types.</summary> internal static string @Arg_HexStyleNotSupported => GetResourceString("Arg_HexStyleNotSupported"); /// <summary>Format specifier was invalid.</summary> internal static string @Argument_BadFormatSpecifier => GetResourceString("Argument_BadFormatSpecifier"); /// <summary>An undefined NumberStyles value is being used.</summary> internal static string @Argument_InvalidNumberStyles => GetResourceString("Argument_InvalidNumberStyles"); /// <summary>With the AllowHexSpecifier or AllowBinarySpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be AllowLeadingWhite and AllowTrailingWhite.</summary> internal static string @Argument_InvalidHexBinaryStyle => GetResourceString("Argument_InvalidHexBinaryStyle"); /// <summary>'{0}' cannot be greater than {1}.</summary> internal static string @Argument_MinMaxValue => GetResourceString("Argument_MinMaxValue"); /// <summary>The parameter must be a BigInteger.</summary> internal static string @Argument_MustBeBigInt => GetResourceString("Argument_MustBeBigInt"); /// <summary>Non-negative number required.</summary> internal static string @ArgumentOutOfRange_NeedNonNegNum => GetResourceString("ArgumentOutOfRange_NeedNonNegNum"); /// <summary>The value is too large to be represented by this format specifier.</summary> internal static string @Format_TooLarge => GetResourceString("Format_TooLarge"); /// <summary>BigInteger cannot represent infinity.</summary> internal static string @Overflow_BigIntInfinity => GetResourceString("Overflow_BigIntInfinity"); /// <summary>The value is not a number.</summary> internal static string @Overflow_NotANumber => GetResourceString("Overflow_NotANumber"); /// <summary>The value could not be parsed.</summary> internal static string @Overflow_ParseBigInteger => GetResourceString("Overflow_ParseBigInteger"); /// <summary>Value was either too large or too small for an Int32.</summary> internal static string @Overflow_Int32 => GetResourceString("Overflow_Int32"); /// <summary>Value was either too large or too small for an Int64.</summary> internal static string @Overflow_Int64 => GetResourceString("Overflow_Int64"); /// <summary>Value was either too large or too small for an Int128.</summary> internal static string @Overflow_Int128 => GetResourceString("Overflow_Int128"); /// <summary>Value was either too large or too small for a UInt32.</summary> internal static string @Overflow_UInt32 => GetResourceString("Overflow_UInt32"); /// <summary>Value was either too large or too small for a UInt64.</summary> internal static string @Overflow_UInt64 => GetResourceString("Overflow_UInt64"); /// <summary>Value was either too large or too small for a UInt128.</summary> internal static string @Overflow_UInt128 => GetResourceString("Overflow_UInt128"); /// <summary>Value was either too large or too small for a Decimal.</summary> internal static string @Overflow_Decimal => GetResourceString("Overflow_Decimal"); /// <summary>Negative values do not have an unsigned representation.</summary> internal static string @Overflow_Negative_Unsigned => GetResourceString("Overflow_Negative_Unsigned"); } }