Search Results for

    Show / Hide Table of Contents
    View Source

    Class IntExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class IntExtensions

    Methods

    View Source

    Times(Int32, Action<Int32>)

    Does something 'x' amount of times

    Declaration
    public static void Times(this int n, Action<int> action)
    Parameters
    Type Name Description
    System.Int32 n
    Action<System.Int32> action
    View Source

    ToGuid(Int32)

    Creates a Guid based on an integer value

    Declaration
    public static Guid ToGuid(this int value)
    Parameters
    Type Name Description
    System.Int32 value

    System.Int32 value to convert

    Returns
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Times(Int32, Action<Int32>)
      • ToGuid(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX