Show / Hide Table of Contents

Class StringRange

A compact form for specifying a list of strings.

Inheritance
Object
StringRange
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sepia.Globalization
Assembly: Sepia.Globalization.dll
Syntax
public static class StringRange

Methods

| Improve this Doc View Source

Enumerate(String, String)

List the strings between X and Y.

Declaration
public static IEnumerable<string> Enumerate(string x, string y)
Parameters
Type Name Description
String x

The starting string, inclusive.

String y

The ending string, inclusive.

Returns
Type Description
IEnumerable<String>

An inclusive sequence of strings between x and y.

See Also

TR #35
  • Improve this Doc
  • View Source
Back to top Generated by DocFX