Show / Hide Table of Contents

Class NumberFormatter

Inheritance
System.Object
NumberFormatter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Sys
Assembly: SIPSorcery.dll
Syntax
public class NumberFormatter

Methods

| Improve this Doc View Source

ToSIBitFormat(Double, Int32)

Declaration
public static string ToSIBitFormat(double number, int decimalPlaces)
Parameters
Type Name Description
System.Double number
System.Int32 decimalPlaces
Returns
Type Description
System.String
| Improve this Doc View Source

ToSIByteFormat(Double, Int32)

Declaration
public static string ToSIByteFormat(double number, int decimalPlaces)
Parameters
Type Name Description
System.Double number
System.Int32 decimalPlaces
Returns
Type Description
System.String
| Improve this Doc View Source

ToSIFormat(Double, Int32)

Declaration
public static string ToSIFormat(double number, int decimalPlaces)
Parameters
Type Name Description
System.Double number
System.Int32 decimalPlaces
Returns
Type Description
System.String

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX