Open.Core.Spacing.FormatValue C# (CSharp) Method

FormatValue() private static method

private static FormatValue ( int value ) : int
value int
return int
        private static int FormatValue(int value)
        {
            return Script.IsNullOrUndefined(value) ? 0 : value;
        }