C# Class Smartsheet.Api.Internal.Utility.Utility

Show file Open project: smartsheet-platform/smartsheet-csharp-sdk

Public Methods

Method Description
GetOSFriendlyName ( ) : string
ReadAllBytes ( BinaryReader reader ) : byte[]
ThrowIfEmpty ( ) : void
ThrowIfNull ( ) : void
Utility ( ) : System

Method Details

GetOSFriendlyName() public static method

public static GetOSFriendlyName ( ) : string
return string

ReadAllBytes() public static method

public static ReadAllBytes ( BinaryReader reader ) : byte[]
reader System.IO.BinaryReader
return byte[]

ThrowIfEmpty() public static method

public static ThrowIfEmpty ( ) : void
return void

ThrowIfNull() public static method

public static ThrowIfNull ( ) : void
return void

Utility() public method

public Utility ( ) : System
return System