Class NumberResponse
Represents a System.Int64 response
Implements
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: SoundpadConnector.Response
Assembly: SoundpadConnector.dll
Syntax
public class NumberResponse : ResponseBase<long>, IResponse
Methods
| Improve this Doc View SourceParse(String)
Declaration
public override void Parse(string response)
Parameters
Type | Name | Description |
---|---|---|
System.String | response |
Overrides
SoundpadConnector.Response.ResponseBase<System.Int64>.Parse(System.String)