Show / Hide Table of Contents

Class TextLinkUtils

Inheritance
System.Object
TextLinkUtils
Namespace: Eco.Gameplay.Systems.TextLinks
Assembly: Eco.Gameplay.dll
Syntax
public static class TextLinkUtils : Object

Methods

LinkList(IEnumerable<ILinkable>, String)

Declaration
public static string LinkList(IEnumerable<ILinkable> list, string name)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ILinkable> list
System.String name
Returns
Type Description
System.String

LinkList<T>(IEnumerable<T>, Func<T, String>, String)

Declaration
public static string LinkList<T>(IEnumerable<T> list, Func<T, string> toString, string name)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<T> list
System.Func<T, System.String> toString
System.String name
Returns
Type Description
System.String
Type Parameters
Name Description
T

ParseNumberList(String)

Declaration
public static float[] ParseNumberList(this string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
System.Single[]

ParseStringList(String)

Declaration
public static string[] ParseStringList(this string str)
Parameters
Type Name Description
System.String str
Returns
Type Description
System.String[]
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾