Show / Hide Table of Contents

    Interface IConverter

    Inteface for a converter.

    Namespace: Fibula.Common.Contracts.Abstractions
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public interface IConverter

    Methods

    | Improve this Doc View Source

    Convert(String)

    Converts a string into a strong type (boxed into object) implementation.

    Declaration
    object Convert(string value)
    Parameters
    Type Name Description
    System.String value

    The string value to convert.

    Returns
    Type Description
    System.Object

    A boxed strongly typed implementation.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.