Table of Contents

Class StringInt

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Parses pipe-separated string content into a string and an integer.

public class StringInt : Parsing<string, int>
Inheritance
StringInt
Inherited Members
Extension Methods

Methods

Parse(string)

Parses the content by splitting on the pipe character and converting the second part to an integer.

public override void Parse(string content)

Parameters

content string

The pipe-separated content to parse (format: "string|integer").